home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD><TITLE></TITLE>
- <META content="text/html; charset=unicode" http-equiv=Content-Type>
-
- <SCRIPT ID=Main Name="Main" LANGUAGE=vbscript>
- <!--
- option Explicit
-
- '////////// Plugin Common Part /////////////////////
- Sub window_onload
- StBase.ToolName = "Sample: Show First Graphic"
- StBase.ToolVer = "1.01"
-
- StObjectBase.CanChangeHeight = TRUE
-
- '// Set Initial size
- StBase.ResizeAllScriplets
-
- '// TODO your code
- 'StTC.ObjApp.ActiveDrawing.Graphics(0)
- dim GrID
- GrID = StTC.ObjApp.ActiveDrawing.Graphics.Item(0).ID
- StObjectBase.ShowGraphicInfo(GrID)
- End Sub
-
- Sub window_onresize
- StBase.ResizeAllScriplets' // Resize all Scriptlets Controls
- End Sub
-
- Sub window_onhelp
- StBase.Help
- End Sub
-
- -->
- </SCRIPT>
-
-
- <!-- event From StBase -->
- <SCRIPT language="vbscript" for=StBase event="onscriptletevent(eventname, eventdata)">
- select case eventname
-
- '// Start
- case "ShowAll"
- '// TODO Show All spwcific controls
-
- '// Stop
- case "HideAll"
- '// TODO Hide All spwcific controls
-
- end select
- </SCRIPT>
-
-
- </HEAD>
- <BODY bgcolor=#e6e6e6 style="FONT-FAMILY: sans-serif; FONT-SIZE: x-small" scroll=no>
-
- <!-- StBase: plugin base module (Header, Stop, Star, About, resize ...)-->
- <OBJECT height=19 id=StBase name=StBase
- style="LEFT: 0px; POSITION: absolute; TOP: 0px; Z-INDEX: 102"
- type=text/x-scriptlet width=3000><PARAM NAME="Scrollbar" VALUE="0"><PARAM NAME="URL" VALUE="CommonScripts\StBase.htm"></OBJECT>
-
- <!-- StTC: TurboCad application base module -->
- <OBJECT height=0 id=StTC name=StTC
- style="DISPLAY: none; LEFT: 0px; POSITION: absolute; TOP: 300px; Z-INDEX: 104"
- type=text/x-scriptlet width=0><PARAM NAME="Scrollbar" VALUE="0"><PARAM NAME="URL" VALUE="CommonScripts\StTC.htm"></OBJECT>
-
- <!-- StObjectBase -->
- <OBJECT height=190 id=StObjectBase name=StObjectBase
- style="BACKGROUND-COLOR: silver; BORDER-BOTTOM-COLOR: white; BORDER-TOP-COLOR: white; DISPLAY: none; LEFT: 0px; POSITION: absolute; TOP: 45px; Z-INDEX: 104"
- type=text/x-scriptlet width=300><PARAM NAME="Scrollbar" VALUE="0"><PARAM NAME="URL" VALUE="CommonScripts\StObjectBase.htm"></OBJECT>
-
-
- </BODY>
- </HTML>
-
-
-